home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Complete Linux
/
Complete Linux.iso
/
docs
/
apps
/
circuits
/
irsim_ta.z
/
irsim_ta
/
irsim
/
src
/
ana11
/
helper.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-10-08
|
277 b
|
13 lines
/*
* Define NEED_HELPER if the system does not support SIGIO on sockets
*/
#if defined( ultrix ) || defined( hp9000s300 ) || defined ( linux )
# define NEED_HELPER
#else
# ifdef NO_SIGIO /* this comes from CFLAGS at the top */
# define NEED_HELPER
# endif
#endif